IF MESSAGE('This will change the order of play to the track order on the album. Are you certain you want to do this?','Track Button Selected',Icon:Question,Button:Yes+Button:No,Button:No) = Button:No
EditWindow WINDOW('Edit an Album''s Playlist'),AT(,,332,230),FONT('MS Sans Serif',8,,FONT:regular),STATUS, |
GRAY
SHEET,AT(6,5,319,201),USE(?Sheet1)
TAB('Album Properties'),USE(?Tab1)
GROUP('&Artist'),AT(15,22,148,24),BOXED
ENTRY(@S60),AT(21,32,137,12),TIP('The name of the artist'),USE(CurrentAlbumArtist),DROPID('Move Track'),MSG('Enter the name of the album''s artist here.')
ENTRY(@s60),AT(15,186,148,12),TIP('Edit a track''s title'),ALRT(UpKey),ALRT(DownKey),ALRT(PgUpKey), |
ALRT(PgDnKey),ALRT(CtrlPgUp),ALRT(CtrlPgDn),USE(TrackTitle),DROPID('Move Track'),MSG('Enter the title of the track. Use the cursor keys to select new tracks to edit.')
LIST,AT(177,32,137,12),TIP('Edit the name of a customized playlist'),USE(EditPlayListName), |
FORMAT('240L@s60@'),DROP(5),FROM(HoldPlayLists),DROPID('Move Track'),MSG('Select a new playlist to edit')
END
LIST,AT(171,74,149,124),TIP('The music selections of a playlist'),USE(?PlayListEditQueue), |
FORMAT('240L@S60@'),FROM(PlayListEditQueue),DRAGID('Move Track'),DROPID('Add Track'),DROPID('Move Track'),MSG('Drag tracks to the playlist to add them. Drag tracks from the playlist to remove them.')
BUTTON('&New'),AT(177,49,39,12),TIP('Add a customized playlist'),KEY(InsertKey),USE(?NewPlayList), |
DROPID('Move Track'),MSG('Add a new playlist')
BUTTON('&Edit'),AT(226,49,39,12),TIP('Edit the name of a customized playlist'),USE(?EditPlayList), |
DROPID('Move Track'),MSG('Edit the current playlist''s name')
BUTTON('&Remove'),AT(275,49,39,12),TIP('Remove a customized playlist'),KEY(DeleteKey),USE(?DeletePlayList), |
DROPID('Move Track'),MSG('Remove a playlist')
END
END
BUTTON('OK'),AT(199,210,40,14),TIP('Accept your changes and return to the player'),USE(?OK),DEFAULT, |
DROPID('Move Track'),MSG('Accept changes and exit')
BUTTON('&Cancel'),AT(243,210,40,14),TIP('Cancel your changes and return to the player'),USE(?Cancel), |
DROPID('Move Track'),MSG('Cancel changes and exit')
BUTTON('&Apply'),AT(287,210,40,14),TIP('Apply your changes and keep editing'),USE(?Apply),DROPID('Move Track'),MSG('Apply changes and keep editing')